type net/http.http2responseWriter (struct)

Method Implmentations (5 other methods implement nothing)

CloseNotify() <-chan bool *http2responseWriter.M : CloseNotifier.CloseNotify
Flush() *http2responseWriter.M : Flusher.Flush
Header() Header *http2responseWriter.M : ResponseWriter.Header
Push(target string, opts *PushOptions) error *http2responseWriter.M : Pusher.Push
Write(p []byte) (n int, err error) *http2responseWriter.M : ResponseWriter.Write *http2responseWriter.M : internal/bisect.Writer.Write *http2responseWriter.M : io.Writer.Write *http2responseWriter.M : crypto/tls.transcriptHash.Write
WriteHeader(code int) *http2responseWriter.M : ResponseWriter.WriteHeader
WriteString(s string) (n int, err error) *http2responseWriter.M : io.StringWriter.WriteString *http2responseWriter.M : http2stringWriter.WriteString